unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 4 Nov 2016 00:33:12 +0000 (00:33 +0000)
committerRaspbian forward porter <root@raspbian.org>
Fri, 4 Nov 2016 00:33:12 +0000 (00:33 +0000)
commit9bfae2fc622656f90e39b74f32bf92686381e3a0
treec4b43f38819cdf8981427d5bb34cd5899ab81ed9
parent9fe631b7f7f352ea7cb5a4ef5c7b1fdc1fddea40
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h